home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / elecmail / qvtnet36.zip / QVTNET.INI < prev    next >
INI File  |  1993-05-06  |  13KB  |  753 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9. [net]
  10. ;-----------------------------------------------------------------------------
  11. ;
  12. ;       Network Information
  13. ;
  14. ;-----------------------------------------------------------------------------
  15. ;
  16. ; name
  17. ;
  18. ; Your PC's host name (mandatory)
  19. ;
  20. name=
  21.  
  22. ;
  23. ; ip
  24. ;
  25. ; Your PC's IP address (mandatory)
  26. ; Use the format 'nnn.nnn.nnn.nnn'
  27. ;
  28. ip=
  29.  
  30. ;
  31. ; netmask
  32. ;
  33. ; The subnet mask in effect on your local network
  34. ;
  35. netmask=255.255.255.0
  36.  
  37. ;
  38. ; router
  39. ;
  40. ; The default router to use for network access outside the local subnet
  41. ; Use a complete host name as contained in QVTHOST.RC
  42. ;
  43. router=
  44.  
  45. ;
  46. ; arptime
  47. ;
  48. ; ARP timeout (in seconds)
  49. ;
  50. arptime=8
  51.  
  52. ;
  53. ; packet_vector
  54. ;
  55. ; The software interrupt you are using to communicate with the packet driver
  56. ; In hex, with or without the leading '0x'
  57. ; Must be in the range 60 through 7F
  58. ;
  59. packet_vector=0x60
  60.  
  61. ;
  62. ; packet_class
  63. ;
  64. ; Use 0 for Ethernet, 6 for SLIP
  65. ;
  66. packet_class=0
  67.  
  68.  
  69. [tcp]
  70. ;-----------------------------------------------------------------------------
  71. ;
  72. ;    TCP Tuning
  73. ;
  74. ;-----------------------------------------------------------------------------
  75. ;
  76. ; maxseg
  77. ;
  78. ; Maximum TCP segment we can receive
  79. ; Max=1024
  80. ;
  81. maxseg=1024
  82.  
  83. ;
  84. ; MTU (Maximum Transmission Unit)
  85. ;
  86. ; Largest TCP packet we will send
  87. ; Max=1024
  88. ;
  89. mtu=512
  90.  
  91. ;
  92. ; TCP Window Size
  93. ;
  94. ; Maximum advertised window size
  95. ; Max=4096
  96. ;
  97. window=1024
  98.  
  99. ;
  100. ; retrans
  101. ;
  102. ; Number of seconds to wait for response to SYN packet
  103. ; before retransmitting.
  104. ;
  105. retrans=2
  106.  
  107. ;
  108. ; contime
  109. ;
  110. ; Number of seconds to wait for connection to established
  111. ;
  112. contime=20
  113.  
  114.  
  115. [domain]
  116. ;-----------------------------------------------------------------------------
  117. ;
  118. ;       Domain nameserver information
  119. ;
  120. ;-----------------------------------------------------------------------------
  121. ;
  122. ; domain
  123. ;
  124. ; Default domain
  125. ;
  126. domain=
  127.  
  128. ;
  129. ; nameserver
  130. ;
  131. ; The default nameserver to consult for name/address lookups
  132. ; Use a complete hostname as listed in QVTHOST.RC
  133. ;
  134. nameserver=
  135.  
  136. ;
  137. ; domain_timeout
  138. ;
  139. ; Timeout for domain lookup (in seconds)
  140. ;
  141. domain_timeout=4
  142.  
  143. ;
  144. ; domain_retry
  145. ;
  146. ; number of retries for domain lookup
  147. ;
  148. domain_retry=3
  149.  
  150. ;
  151. ; domain_reuse
  152. ;
  153. ; Should WinQVT/Net reuse the first IP address returned by the nameserver,
  154. ; or do a new lookup for each new connection to a host?
  155. ; Values are 'yes' or 'no'
  156. ;
  157. domain_reuse=yes
  158.  
  159.  
  160. [localio]
  161. ;-----------------------------------------------------------------------------
  162. ;
  163. ;       PC Keyboard and printer information
  164. ;
  165. ;-----------------------------------------------------------------------------
  166.  
  167. ;
  168. ; kb_type
  169. ;
  170. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  171. ; 'lk250':    DEC LK250 keyboard
  172. ;
  173. kb_type=enhanced
  174.  
  175. ;
  176. ; keypad
  177. ;
  178. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  179. ;
  180. keypad=DEC
  181.  
  182. ;
  183. ; nl_mode
  184. ;
  185. ; Should <NumLock> key be forced ON or left alone
  186. ;
  187. nl_mode=lock
  188.  
  189.  
  190. [console]
  191. ;-----------------------------------------------------------------------------
  192. ;
  193. ;       Console Information
  194. ;
  195. ;-----------------------------------------------------------------------------
  196. ;
  197. ; winpos
  198. ;
  199. ; The initial screen location of the Console window
  200. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  201. ; and 'y' is the vertical pixel offset.
  202. ; If not present, the console will be placed in the upper right corner
  203. ;
  204. winpos=
  205.  
  206. ;
  207. ; window
  208. ;
  209. ; Specifies whether the console message area should be displayed
  210. ; or hidden at program startup
  211. ;
  212. window=visible
  213.  
  214. ;
  215. ; forecolor
  216. ;
  217. ; The color that will be used to display text in the console window
  218. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  219. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  220. ; and 255.
  221. ;
  222. forecolor=white
  223.  
  224. ;
  225. ; backcolor
  226. ;
  227. ; The background color of the console window
  228. ; See 'forecolor' (above) for available choices
  229. ;
  230. backcolor=128,128,128
  231.  
  232. ;
  233. ; logging
  234. ;
  235. ; Specifies whether or not console messages should automatically be
  236. ; copied to the default logfile CONSOLE.LOG.
  237. ;
  238. logging=ON
  239.  
  240. ;
  241. ; auto_start
  242. ;
  243. ; A list of up to five clients that should be launched at program startup.
  244. ; To auto-start a terminal session, use the name of the terminal configuration,
  245. ; as listed in 'QVTNET.RC'.
  246. ; You may also auto-start ftp, nntp, and mail.
  247. ;
  248. auto_start=
  249.  
  250. ;
  251. ; editor
  252. ;
  253. ; Name of the text editor that the news reader and mail utility will use
  254. ;
  255. editor=notepad
  256.  
  257.  
  258. [servers]
  259. ;-----------------------------------------------------------------------------
  260. ;
  261. ;       Server Information
  262. ;
  263. ;-----------------------------------------------------------------------------
  264. ;
  265. ; ftp
  266. ;
  267. ; If 'on', the ftp server will be started at program startup time
  268. ;
  269. ftp=off
  270.  
  271. ;
  272. ; rcp
  273. ;
  274. ; If 'on', the rcp server will be started at program startup time
  275. ;
  276. rcp=off
  277.  
  278. ;
  279. ; passfile
  280. ;
  281. ; The name of the file which contains security information for remote ftp logins
  282. ; This file is created and maintained by the PASSWD.EXE utility.
  283. ; Use a fully-qualified pathname.
  284. ; Note: FTP users must have a username and password to log on!
  285. ;
  286. passfile=
  287.  
  288. ;
  289. ; login_dir
  290. ;
  291. ; The directory to which authorized FTP users will be attached at login time
  292. ;
  293. login_dir=
  294.  
  295. ;
  296. ; anonftp_dir
  297. ;
  298. ; The directory to which anonymous ftp users will be attached at login,
  299. ; and to which they will be restricted during sessions.
  300. ;
  301. anonftp_dir=
  302.  
  303.  
  304. [terminal]
  305. ;-----------------------------------------------------------------------------
  306. ;
  307. ;       Terminal Client Setup
  308. ;
  309. ;-----------------------------------------------------------------------------
  310. ;
  311. ; port
  312. ;
  313. ; default TCP port to use: telnet or rlogin
  314. ;
  315. port=telnet
  316.  
  317. ;
  318. ; forecolor
  319. ;
  320. ; The color which will be used to display text
  321. ;
  322. forecolor=white
  323.  
  324. ;
  325. ; backcolor
  326. ;
  327. ; The background color of the Terminal window
  328. ;
  329. backcolor=black
  330.  
  331. ;
  332. ; boldcolor
  333. ;
  334. ; The color which will be used to display 'high-intensity' text
  335. ;
  336. boldcolor=cyan
  337.  
  338. ;
  339. ; backspace
  340. ;
  341. ; The ASCII value which will be transmitted by the <Backspace> key
  342. ;
  343. backspace=DEL
  344.  
  345. ;
  346. ; local_echo
  347. ;
  348. ; Should keystrokes be echoed locally, or by the host?
  349. ;
  350. local_echo=off
  351.  
  352. ;
  353. ; wrap
  354. ;
  355. ; Automatically wrap back to column 1 after reaching EOL
  356. ;
  357. wrap=on
  358.  
  359. ;
  360. ; terminal
  361. ;
  362. ; Which terminal to emulate: VT200, VT100, VT52
  363. ;
  364. terminal=VT200
  365.  
  366. ;
  367. ; negotiate
  368. ;
  369. ; Enable/disable Telnet terminal-type negotiation
  370. ;
  371. negotiate=yes
  372.  
  373. ;
  374. ; font
  375. ;
  376. ; Which font to use: DEC, IBM, ANSI, Terminal
  377. ;
  378. font=DEC
  379.  
  380. ;
  381. ; fontsize
  382. ;
  383. ; Use 'large' or 'small' DEC font (when 'font=DEC')
  384. ;
  385. fontsize=LARGE
  386.  
  387. ;
  388. ; bell
  389. ;
  390. ; Will the terminal's bell sound when the BEL character is received?
  391. ;
  392. bell=on
  393.  
  394. ;
  395. ; win_height
  396. ;
  397. ; The height of the terminal window, in text lines.
  398. ; 12 <=win_height <= 48
  399. ;
  400. win_height=24
  401.  
  402. ;
  403. ; win_width
  404. ;
  405. ; The width of the terminal window, in text columns
  406. ; 40 <=win_height <= 160
  407. ;
  408. win_width=80
  409.  
  410. ;
  411. ; scroll
  412. ;
  413. ; Specifies asynchronous (the default) or synchronous scrolling.
  414. ;
  415. scroll=async
  416.  
  417. ;
  418. ; buffer
  419. ;
  420. ; Specifies the number of lines in the scrollback buffer
  421. ;
  422. buffer=72
  423.  
  424. ;
  425. ; script
  426. ;
  427. ; The name of the file containing script commands to be executed
  428. ; after a connection has been established
  429. ;
  430. script=
  431.  
  432. ;
  433. ; keymap
  434. ;
  435. ; The name of the file containing default key redefinitions
  436. ; Fully-qualified pathname recommended
  437. ;
  438. keymap=
  439.  
  440. ;
  441. ; username
  442. ;
  443. ; The default username to supply to the 'rlogin' protocol
  444. ;
  445. username=
  446.  
  447.  
  448. [ftp]
  449. ;-----------------------------------------------------------------------------
  450. ;
  451. ;       FTP Client Setup
  452. ;
  453. ;-----------------------------------------------------------------------------
  454. ;
  455. ; font
  456. ;
  457. ; The font that will be used to display text in the FTP window
  458. ; Available choices are 'system' and 'ansi'
  459. ;
  460. font=SYSTEM
  461.  
  462. ;
  463. ; forecolor
  464. ;
  465. ; The color that will be used to display text in the FTP window
  466. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  467. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  468. ; between 0 and 255.
  469. ;
  470. forecolor=white
  471.  
  472. ;
  473. ; backcolor
  474. ;
  475. ; The background color of the FTP window
  476. ; Use one of the standard IBM PC colors, or an RGB color spec.
  477. ;
  478. backcolor=black
  479.  
  480. ;
  481. ; winpos
  482. ;
  483. ; The initial position of the FTP window.
  484. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  485. ; expressed in decimal.
  486. ;
  487. winpos=
  488.  
  489. ;
  490. ; autologin
  491. ;
  492. ; Initiate a login dialog at window create time
  493. ;
  494. autologin=on
  495.  
  496. ;
  497. ; logindir
  498. ;
  499. ; Specifies the local directory which will be the initial attach point
  500. ; for the FTP client
  501. ;
  502. logindir=
  503.  
  504. ;
  505. ; filemode
  506. ;
  507. ; The file transfer mode: ascii or binary
  508. ;
  509. filemode=ascii
  510.  
  511. ;
  512. ; hash
  513. ;
  514. ; Hash mark display during transfer: on or off
  515. ;
  516. hash=on
  517.  
  518. ;
  519. ; verbose
  520. ;
  521. ; Display server responses: on or off
  522. ;
  523. verbose=on
  524.  
  525. ;
  526. ; prompt
  527. ;
  528. ; Confirm each file in a multi-file transaction (e.g., mget, mdele)
  529. ;
  530. prompt=on
  531.  
  532. ;
  533. ; bell
  534. ;
  535. ; Sound bell after completion of transfers: on or off
  536. ;
  537. bell=off
  538.  
  539.  
  540. [nntp]
  541. ;-----------------------------------------------------------------------------
  542. ;
  543. ;       NNTP Client (News Reader) Setup
  544. ;
  545. ;-----------------------------------------------------------------------------
  546. ;
  547. ; nntp_host
  548. ;
  549. ; Hostname of the local NNTP server
  550. ;
  551. host=
  552.  
  553. ;
  554. ; nntp_font
  555. ;
  556. ; The font that will be used by the news reader to display text
  557. ; Available choices are 'system', 'ansi', and 'helv'
  558. ;
  559. font=HELV
  560.  
  561. ;
  562. ; forecolor
  563. ;
  564. ; The color that will be used to display text in the news reader window
  565. ; Use one of the 8 standard IBM PC colors
  566. ;
  567. forecolor=white
  568.  
  569. ;
  570. ; backcolor
  571. ;
  572. ; The background color for the news reader window
  573. ; Use one of the 8 standard IBM PC colors
  574. ;
  575. backcolor=blue
  576.  
  577. ;
  578. ; winpos
  579. ;
  580. ; The initial (x,y) position of the news reader window,
  581. ; expressed as a pixel offset from the origin (upper-left is 0,0)
  582. ;
  583. winpos=30,10
  584.  
  585. ;
  586. ; win_height
  587. ;
  588. ; The initial number of text lines in the news reader window
  589. ; Default is 24, max is 36
  590. ;
  591. win_height=24
  592.  
  593. ;
  594. ; list_height
  595. ;
  596. ; The number of lines in the listbox that the news reader uses
  597. ; to show newsgroups and article subject lines. This value can
  598. ; vary between 2 and 10.
  599. ;
  600. list_height=5
  601.  
  602. ;
  603. ; autologin
  604. ;
  605. ; Initiate a login dialog at window create time
  606. ;
  607. autologin=on
  608.  
  609. ;
  610. ; savedir
  611. ;
  612. ; The default directory where news articles will be saved
  613. ;
  614. savedir=c:\news
  615.  
  616. ;
  617. ; autologin
  618. ;
  619. ; Specify whether login should initiate as soon as window is created
  620. ;
  621. autologin=off
  622.  
  623.  
  624. [pop]
  625. ;-----------------------------------------------------------------------------
  626. ;
  627. ;       POP3 (Mail) Client Setup
  628. ;
  629. ;-----------------------------------------------------------------------------
  630. ;
  631. ; host
  632. ;
  633. ; The default host name on which the local POP3 server is running
  634. ;
  635. host=
  636.  
  637. ;
  638. ; username
  639. ;
  640. ; The default username for POP3 logins
  641. ;
  642. username=
  643.  
  644. ;
  645. ; font
  646. ;
  647. ; The font that will be used to display text in the POP3 window
  648. ; Choices are 'system', 'ansi', or 'helv'
  649. ;
  650. font=HELV
  651.  
  652. ;
  653. ; forecolor
  654. ;
  655. ; The color that will be used to display text
  656. ; Use one of the 8 standard IBM PC colors
  657. ;
  658. forecolor=white
  659.  
  660. ;
  661. ; backcolor
  662. ;
  663. ; The background color of the POP3 window
  664. ; Use one of the 8 standard IBM PC colors
  665. ;
  666. backcolor=black
  667.  
  668. ;
  669. ; winpos
  670. ;
  671. ; The initial position of the Mail window
  672. ; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
  673. ; from the origin (upper-left), expressed in decimal
  674. ;
  675. winpos=
  676.  
  677. ;
  678. ; autologin
  679. ;
  680. ; Specify whether login should initiate as soon as window is created
  681. ;
  682. autologin=off
  683.  
  684. ;
  685. ; keep_password
  686. ;
  687. ; Specify whether password should be retained between sessions
  688. ;
  689. keep_password=no
  690.  
  691. ;
  692. ; mailcheck_interval
  693. ;
  694. ; Specifies how many minutes will elapse between 'new mail' checks
  695. ;
  696. mailcheck_interval=5
  697.  
  698. ;
  699. ; savedir
  700. ;
  701. ; The default directory for saving mail messages
  702. ; Use a fully-qualified pathname, with no trailing backslash
  703. ;
  704. savedir=c:\mail
  705.  
  706. ;
  707. ; Protocol
  708. ;
  709. ; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
  710. ; should be the protocol used for sending mail (or replies)
  711. ;
  712. protocol=pop3
  713.  
  714. ;
  715. ; smtp_return
  716. ;
  717. ; If you use SMTP to send mail, you should specify
  718. ; your return address here. Otherwise, WinQVT/Net will
  719. ; generate a return address from your username and
  720. ; the default domain (see [domain] above).
  721. ;
  722. smtp_return=
  723.  
  724.  
  725. [lpr]
  726. ;-----------------------------------------------------------------------------
  727. ;
  728. ;       lpr Client Setup
  729. ;
  730. ;-----------------------------------------------------------------------------
  731. ;
  732. ; hostname
  733. ;
  734. ; The host on which the local lpr daemon is running
  735. ; Use a name exactly as it appears in QVTHOST.RC
  736. ;
  737. hostname=
  738.  
  739. ;
  740. ; qname
  741. ;
  742. ; The name of the print queue to use, e.g. 'lp'
  743. ;
  744. qname=lp
  745.  
  746. ;
  747. ; username
  748. ;
  749. ; The username under which the print job will be submitted
  750. ; to the lpr daemon.
  751. ;
  752. username=
  753.